home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <!DOCTYPE prefwindow SYSTEM "chrome://bp/locale/bp.dtd">
-
-
-
-
-
- <prefwindow xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- id="bpPrefsWinID"
- windowtype="mozilla:betterprivacy"
- autosize="true"
- title="&PrefTitle;"
- buttons=","
- ondialogaccept=""
- onload="bpopt.init(); this.focus();"
- onclose="bpopt.accept(false);"
- resizable="yes"
- persist="width, height, screenX, screenY"
- onkeypress="return bpriv.WindowOnEnter(event);"
- >
-
-
- <stringbundleset>
- <stringbundle id="strBundle" src="chrome://bp/locale/bp.properties"/>
- </stringbundleset>
-
- <script type="application/x-javascript" src="chrome://bp/content/bp.js"/>
- <script type="application/x-javascript" src="chrome://bp/content/bpopt.js"/>
-
-
-
-
-
-
- <script type="application/x-javascript">
- <![CDATA[
- ]]>
- </script>
-
-
-
-
-
- <prefpane id="bprivprefpane" label="&PrefTitle;" flex="1">
-
- <preferences>
- <!--
- <preference id="flashAppDir" name="extensions.bprivacy.flashAppDir" type="string" />
- -->
- <preference id="flashAppDir" name="extensions.bprivacy.DataDir" type="file" />
- <preference id="RemovedLSOs" name="extensions.bprivacy.removed" type="int" />
- <preference id="RemovedLSOsSession" name="extensions.bprivacy.removedSession" type="int" />
- <preference id="AutoDelLSOOnStart" name="extensions.bprivacy.AutoDelLSOnStart" type="bool"/>
- <preference id="AutoDelLSOnExitMode" name="extensions.bprivacy.AutoDelLSOnExitMode" type="int"/>
- <preference id="AutoInterval" name="extensions.bprivacy.useDelTimer" type="bool"/>
- <preference id="AutoIntervalDelay" name="extensions.bprivacy.useDelTimerDelay" type="bool"/>
- <preference id="AutoDelDirs" name="extensions.bprivacy.delDirs" type="bool"/>
- <preference id="AutoDelDC" name="extensions.bprivacy.DefaultFlashCookieDeletion" type="bool"/>
- <!--
- <preference id="DisableDOM" name="dom.storage.enabled" type="bool" inverted="true"/>
- -->
- <preference id="ClearDOM" name="extensions.bprivacy.domclear" type="bool"/>
- <preference id="DisablePing" name="browser.send_pings" type="bool" inverted="true"/>
- <preference id="DontAskOnExit" name="extensions.bprivacy.donotaskonexit" type="bool" inverted="true"/>
- <preference id="alwaysReScan" name="extensions.bprivacy.alwaysReScan" type="bool" inverted="false"/>
- <preference id="NotifyOnNewLSO" name="extensions.bprivacy.NotifyOnNewLSO" type="int"/>
- <preference id="NotifyDuration" name="extensions.bprivacy.NotifyDuration" type="int" />
- <preference id="propagate" name="extensions.bprivacy.propagate" type="bool"/>
-
-
- </preferences>
-
-
- <tabbox id="tabbox" flex="1">
- <tabs id="tabs">
- <tab id="tab1" label="&Tab1Title;"/>
- <tab id="tab2" label="&Tab2Title;"/>
- </tabs>
- <tabpanels id="tabpanels" flex="1">
- <tabpanel id="tabpanel1" flex="1" orient="vertical" style="overflow:auto;">
- <groupbox id="FlashDirectory" flex="1">
- <caption label="&LSOcaption;" />
- <vbox>
- <hbox>
- <label value="&FlashAppFolder;" style="width: 120px;"/>
- <textbox id="appdir" onkeypress="return bpriv.changeAppDir(event);" flex="1"/>
- <button id="selectFolderID" label="&SelectFlashFolder;" oncommand="bpriv.changeAppDir(null);"/>
- <button id="searchFolderID" label="&SearchFlashFolder;" oncommand="bpriv.searchDir();"/>
- </hbox>
- </vbox>
- <description id="lsoinfo" style="font-weight: bold;"/>
-
- <spacer orient="vertical" height="5px"/>
-
- <vbox flex="1">
- <hbox align="end">
- <label value="&LSOViewDescription;"/>
- <spacer orient="horizontal" width="5px" flex="1"/>
- <button id="reloadLsos" label="&ButtonReload;" oncommand="bpriv.ReloadLsos();" tooltiptext="&TTTButtonReload;" style="max-height: 20px !important; min-height: 20px !important; min-width: 185px !important; max-width: 185px !important;"/>
- </hbox>
- <separator class="thin"/>
- <tree id="LSOViewerTree" flex="1" seltype="single" sortDirection="ascending" hidecolumnpicker="true" enableColumnDrag="true" onkeyup="bpopt.keyDelCookie(event);" onselect="bpriv.TreeOnSelect(bpriv.GetFlashDir(0));">
- <treecols>
- <!--<treecol id="folder" label="&TreeFolderCaption;" persist="width" onmouseup="bpriv.SortLSOView(this.id);" flex="2"/>-->
- <treecol id="ident" label="&TreeFolderCaption;" persist="width" onmouseup="bpriv.SortLSOView(this.id);" flex="2"/>
- <splitter class="tree-splitter"/>
-
- <treecol id="name" label="&TreeFileCaption;" persist="width" onmouseup="bpriv.SortLSOView(this.id);" flex="1"/>
- <splitter class="tree-splitter"/>
-
- <treecol id="size" label="&TreeSizeCaption;" persist="width" onmouseup="bpriv.SortLSOView(this.id);" flex="1"/>
- <splitter class="tree-splitter"/>
- <!--<treecol id="created" label="&TreeCreatedCaption;" persist="width" onmouseup="bpriv.SortLSOView(this.id);" flex="1"/>
- <splitter class="tree-splitter"/>-->
- <treecol id="modified" label="&TreeModifiedCaption;" persist="width" onmouseup="bpriv.SortLSOView(this.id);" flex="1"/>
- <splitter class="tree-splitter"/>
- <treecol id="prot" label="&TreeProtectCaption;" persist="width" onmouseup="bpriv.SortLSOView(this.id);" flex="1"/>
- </treecols>
- <treechildren flex="1"/>
- </tree>
- <spacer orient="vertical" height="5px"/>
- <hbox pack="start">
- <label value="&FullPath;" style="font-size:110%;"/>
- <textbox flex="1" id="FullPathID" readonly="true" class="plain" style="padding: 2px !important; margin: 0px !important; border-top: 1px solid #fbfbfb !important; border-left: 1px solid #fbfbfb !important; border-right: 1px solid #bfbfbf !important; border-bottom: 1px solid #e8e8e8 !important;"/>
- <spacer orient="horizontal" width="5px"/>
- </hbox>
- <spacer orient="vertical" height="5px"/>
-
-
- <hbox pack="end" align="end">
- <description id="tip" style="font-weight: bold;"/>
- <spacer orient="horizontal" flex="1" width="5px"/>
- <button id="protectLsoDir" disabled="true" label="&ButtonProtect;" oncommand="bpriv.ToggleLSOProtection(2);"/>
- <button id="EditPLBtn" label="&ButtonEditPL;" oncommand="bpopt.EditPL();"/>
- <spacer orient="horizontal" width="15px"/>
- <button id="removeLso" disabled="true" label="&ButtonDelete;" oncommand="bpriv.DeleteLso();"/>
- <button id="removeAllLsos" disabled="true" label="&ButtonDeleteAll;" oncommand="bpriv.DeleteAllLsos();" tooltiptext="&TTTButtonDeleteAll;"/>
- <!--<spacer orient="horizontal" width="15px"/>
- <button id="reloadLsos" label="&ButtonReload;" oncommand="bpriv.ReloadLsos();" tooltiptext="&TTTButtonReload;"/>-->
- </hbox>
-
- </vbox>
- </groupbox>
-
- <box align="end" pack="end" orient="horizontal">
- <label value="&Removed;"/>
- <spacer orient="horizontal" width="5px"/>
- <label id="SessionLabelID" value="&Session;"/>
- <textbox id="lso_removedSession" preference="RemovedLSOsSession" readonly="true" maxlength="3"/>
- <spacer orient="horizontal" width="5px"/>
- <label value="&Cumulative;"/>
- <textbox id="lso_removed" preference="RemovedLSOs" readonly="true" maxlength="9"/>
- <spacer orient="horizontal" width="10px"/>
- <button id="MacAcceptBtn" label="Ok" oncommand="bpopt.accept(); window.close();"/>
- </box>
-
-
- </tabpanel>
-
-
-
-
-
- <tabpanel id="tabpanel2" orient="vertical" flex="1" style="overflow:auto;">
- <description id="optionsinfo" style="display: none; font-weight: bold;"></description>
- <groupbox id="FlashDirectory">
- <caption label="&LSOcaption;" />
- <vbox flex="1">
- <separator class="thin"/>
- </vbox>
- <vbox flex="1">
- <groupbox id="LSODeletionID">
- <caption id="LSODeletionCaptionID" label="&LSODeletionCaption;" />
- <radiogroup id="AutoDelLSOnExitModeID" orient="horizontal">
- <radio id="DelLSOOnExit" value="0" label="&DelLSOOnExit;" oncommand="bpopt.AutoDelLSOToggled();"/>
- <radio id="DelLSONoDialog" value="1" label="&DelLSONoDialog;" oncommand="bpopt.AutoDelLSOToggled();"/>
- </radiogroup>
- <hbox>
- <spacer orient="horizontal" width="20px"/>
- <checkbox id="AskOnExitPref" preference="DontAskOnExit" label="&AskOnExit;"/>
- </hbox>
- <checkbox id="AutoDelLSOOnStartPref" preference="AutoDelLSOOnStart" label="&DelLSOOnStart;"/>
- <hbox align="end">
- <checkbox id="AutoDelIntervalPref" preference="AutoInterval" label="&AutoDelInterval;" oncommand="bpopt.AutoIntervalToggled();"/>
- <checkbox id="AutoDelIntervalDelayPref" preference="AutoIntervalDelay" label="&AutoDelIntervalDelay;"/>
- <label id="delIntervallabel" value="&TimeInterval;"/>
- <textbox id="delInterval" type="number" min="1" max="999999" style="width: 50px;"/>
- <menulist id="unitList" label="Unit">
- <menupopup>
- <menuitem label="&seconds;"/>
- <menuitem label="&minutes;"/>
- <menuitem label="&hours;" selected="true"/>
- <menuitem label="&days;"/>
- </menupopup>
- </menulist>
- </hbox>
-
-
- <hbox align="end">
- <label tooltiptext="&TTTLSODelKey;">&LSODelKey;</label>
- <label id="KeyCodeLabel" value="" tooltiptext="&TTTLSODelKey;"/>
- <textbox id="KeyCodeBox" checkInput="true" inputType="char" size="3" onkeydown="this.value = '';" tooltiptext="&TTTLSODelKey;"/>
- <label tooltiptext="&TTTLSODelKey;">&RestartRequired;</label>
- </hbox>
-
-
-
- </groupbox>
- <checkbox id="AutoDelDCPref" preference="AutoDelDC" label="&AutoDelDC;" tooltiptext="&TTTAutoDelDC;"/>
- <checkbox id="AutoDelDirsPref" preference="AutoDelDirs" label="&AutoDelDirs;"/>
- <hbox align="end">
- <checkbox id="NotifyOnNewLSOPref" preference="NotifyOnNewLSO" label="&NotifyOnNewLSO;" oncommand="bpopt.NotifyOnNewLSOToggled(true);"/>
- <spacer orient="horizontal" width="5px"/>
- <label value="&NotifyDuration;" tooltiptext="&TTTNotifyDuration;"/>
- <textbox id="NotifyDurationID" type="number" min="0" max="300" preference="NotifyDuration" maxlength="3" tooltiptext="&TTTNotifyDuration;" style="width: 50px;"/>
- </hbox>
-
- <separator class="thin"/>
- </vbox>
- </groupbox>
-
-
-
- <groupbox id="DOMStorage">
- <caption label="&DOMcaption;" />
- <vbox flex="1">
- <separator class="thin"/>
- <hbox align="end">
- <checkbox id="ClearDOMPref" preference="ClearDOM" label="&ClearDOM;" tooltiptext="&TTTClearDOM;"/>
- </hbox>
- <separator class="thin"/>
- </vbox>
- </groupbox>
-
-
- <groupbox id="Ping">
- <caption label="Click-Ping" />
- <vbox flex="1">
- <description>&PingDecription;</description>
- <separator class="thin"/>
- <checkbox id="DisablePingPref" preference="DisablePing" label="&DisablePing;"/>
- <separator class="thin"/>
- </vbox>
- </groupbox>
-
- <hbox>
- <checkbox id="alwaysReScanPref" preference="alwaysReScan" label="&alwaysReScan;" oncommand="bpopt.AlwaysReScanToggled(true);" tooltiptext="&TTTalwaysReScan;"/>
- <spacer orient="horizontal" width="5px"/>
- <checkbox id="propagatePref" preference="propagate" label="&propagate;" oncommand="bpopt.propagateToggled();" tooltiptext="&TTTpropagate;"/>
- </hbox>
-
-
- <spacer orient="vertical" height="5px" flex="1"/>
- <box align="end" pack="end" orient="horizontal">
- <button id="MacHelpBtn" oncommand="bpopt.HelpPageDisplay('chrome://bp/content/bphelp.html');" label="&Help;" accesskey="h"/>
- <button id="MacAcceptBtn" oncommand="bpopt.accept(true); window.close();" label="&Ok;"/>
-
- </box>
-
- </tabpanel>
- </tabpanels>
- </tabbox>
-
- </prefpane>
-
-
- </prefwindow>